home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00191.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  200 b   |  14 lines

  1. on mouseUp
  2.   global SOND, COMPLAY, TURN
  3.   set COMPLAY to 0
  4.   if SOND = 0 then
  5.     puppetSound("SCLICK")
  6.   end if
  7.   if TURN = 2 then
  8.     go("CMP")
  9.   end if
  10.   if TURN = 1 then
  11.     go("OO")
  12.   end if
  13. end
  14.